type encoding/xml.typeInfo
9 uses
encoding/xml (current package)
marshal.go#L809: func (p *printer) marshalStruct(tinfo *typeInfo, val reflect.Value) error {
read.go#L373: tinfo *typeInfo
read.go#L675: func (d *Decoder) unmarshalPath(tinfo *typeInfo, sv reflect.Value, parents []string, start *StartElement) (consumed bool, err error) {
typeinfo.go#L15: type typeInfo struct {
typeinfo.go#L53: func getTypeInfo(typ reflect.Type) (*typeInfo, error) {
typeinfo.go#L55: return ti.(*typeInfo), nil
typeinfo.go#L58: tinfo := &typeInfo{}
typeinfo.go#L109: return ti.(*typeInfo), nil
typeinfo.go#L268: func addFieldInfo(typ reflect.Type, tinfo *typeInfo, newf *fieldInfo) error {